home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 February: Tool Chest
/
Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso
/
Tool Chest
/
Development Tools & Languages
/
Macintosh Common Lisp Related
/
User Contributions
/
zebu v3.3.3 (LALR parser)
/
clean
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-12
|
280 b
|
10 lines
|
[
TEXT/ttxt
]
#! /bin/csh
echo Deleting domain files
find . \( -name '[0-9]*-domain*' \) -type f -print -exec rm {} \;
find ./test \( -name '[0-9]*-domain*.*' -o -name '*~' \) -type f -print -exec rm {} \;
echo Deleting tab files in directory test
rm test/*.tab
rm test/binary/*.tab